vendor/golang.org/x/crypto/sha3.state.n (field)
15 uses
vendor/golang.org/x/crypto/sha3 (current package)
sha3.go#L42: i, n int // storage[i:n] is the buffer, i is only used while squeezing
sha3.go#L64: d.i, d.n = 0, 0
sha3.go#L80: d.n = 0
sha3.go#L98: d.storage[d.n] = d.dsbyte
sha3.go#L99: d.n++
sha3.go#L100: for d.n < d.rate {
sha3.go#L101: d.storage[d.n] = 0
sha3.go#L102: d.n++
sha3.go#L111: d.n = d.rate
sha3.go#L124: if d.n == 0 && len(p) >= d.rate {
sha3.go#L131: todo := d.rate - d.n
sha3.go#L135: d.n += copy(d.storage[d.n:], p[:todo])
sha3.go#L139: if d.n == d.rate {
sha3.go#L159: n := copy(out, d.storage[d.i:d.n])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |